home *** CD-ROM | disk | FTP | other *** search
- Path: walrus1.walrus.com!warrenj
- From: warrenj@walrus.com (Warren Johnson)
- Newsgroups: comp.lang.c
- Subject: Memory deallocation and linked lists
- Date: 17 Apr 1996 01:33:40 GMT
- Organization: Intellitech Corporation
- Message-ID: <4l1hpk$hk5@alice.walrus.com>
- NNTP-Posting-Host: walrus1.walrus.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Greetings!
- Let us suppose I have a singularly linked list. If i free up the first
- node, will all of the rest of the nodes be freed up as well? Free
- meaning, using the borland command free(). Do I have to free up each node
- seperately? Something I've never actually known >:). Thanks in advance.
-
- --
- Warren D. Johnson
- CEO and Founder
- Runtime Computing, Inc.
-